home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000131_news@columbia.edu _Tue Mar 21 10:03:50 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA15158
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 21 Mar 2000 10:03:50 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA00813
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 21 Mar 2000 09:50:11 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: kermit file transfer
  11. Date: 21 Mar 2000 14:50:11 GMT
  12. Organization: Columbia University
  13. Message-ID: <8b8273$pb$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <20000320221822.02143.00001839@ng-ff1.aol.com>,
  17. HEIDINBOB <heidinbob@aol.com> wrote:
  18. : I can GET a file .  What is the syntax to get a complete directory and all
  19. : the files in it and its subdirectories?  I am using Kermit 6.0192 for UNIX.
  20. For this you need C-Kermit 7.0:
  21.  
  22.   http://www.columbia.edu/kermit/ckermit.html
  23.  
  24. To find out about directory-tree transfer, begin by reading:
  25.  
  26.   http://www.columbia.edu/kermit/case04.html
  27.   http://www.columbia.edu/kermit/case05.html
  28.  
  29. and for complete details, read:
  30.  
  31.   http://www.columbia.edu/kermit/ckermit2.html#x4.11
  32.  
  33. - Frank